Infinity-Get-Mail-In-Box names a function, with lambda list (D U R):
Get a listing of messages in an SMS mailbox.
Lisp GET-MAIL-IN-BOX = JSON getMailInBox
{ [ from: INDEX ], [ limit: COUNT ] }
{}{ from: 10, limit: 10 }
{ from: 0, limit: 100 }
{ limit 100 }
{ from: 10 }
When specified, from is the index of the first message to return, and limit is the number of messages to return.
limit defaults to 100 messages if not supplied.
Returns an object named mail. Keys under mail are indices. Each message consists of
The from value exceeded the maximum message in the Toot's inbox.
Message ID's are now UUID's. Messages no longer have subjects.
This command was formerly a proprietary extension for Tootsville.com and has now been re-created for the AGPL version of Romance.
Defined in file src/infinity/tootsville-commands.lisp.